-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Init cloud functions #547
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
); | ||
setLoading(false); | ||
// eslint-disable-next-line react-hooks/exhaustive-deps | ||
}, [selectedYear, selectedSemester]); |
Check warning
Code scanning / ESLint
verifies the list of dependencies for Hooks like useEffect and similar Warning
editorRef?.current?.getInstance().setMarkdown(initialValue); | ||
} | ||
// eslint-disable-next-line react-hooks/exhaustive-deps | ||
}, [editorRef?.current?.getInstance().getMarkdown(), initialValue]); |
Check warning
Code scanning / ESLint
verifies the list of dependencies for Hooks like useEffect and similar Warning
|
||
type TSemesterMap = { | ||
// eslint-disable-next-line no-unused-vars | ||
[semesterId in TSemesterId]: Date; |
Check warning
Code scanning / ESLint
disallow unused variables Warning
3de0cb6
to
baea48f
Compare
This reverts commit c4af2d5.
Changes are primarily in new/added
/website/functions
, and correspondingly updated/website/firebase.json
. Other changes are primarily due to running formatter.